Skip to content

feat(cli): neural layer from the shell - #71

Merged
ronaldtse merged 1 commit into
mainfrom
cli-ml
Sep 8, 2026
Merged

ronaldtse merged 1 commit into
mainfrom
cli-ml

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

What

interscript ml <modelId> (alias m): resolve an IMF artifact from
the pinned index, normalize Arabic input, decode, print. File I/O via
-i/-o, --index override for the registry pin.

echo "السلام عليكم" | npx interscript m ara-diac-layerdrop-1.0-int4
السَّلَامُ عَلَيْكُمْ

Verification

  • 2 new CLI tests (unknown-id rejection, help surface); suite 13/13
  • Real invocation through dist/cli.js: vocalized output from the
    cached 95MB lite artifact

The deterministic CLI + this = the full two-layer stack from any shell.

interscript ml <modelId> resolves an IMF artifact from the index,
normalizes Arabic input, vocalizes, and writes to stdout/-o. Examples:
echo "السلام عليكم" | npx interscript m ara-diac-layerdrop-1.0-int4
Unknown ids surface the resolver's message; --index overrides the
pinned index. CLI suite 13/13.
@ronaldtse
ronaldtse merged commit 45e7bf5 into main Sep 8, 2026
7 of 8 checks passed
@ronaldtse
ronaldtse deleted the cli-ml branch September 8, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant